Platform Explorer / Nuxeo Platform 2023.10

Operation Video.Concat (Joins two or more videos sequentially.)

Description

Merge 2-n videos in one.
Operation id Video.Concat
Category Files
Label Joins two or more videos sequentially.
Requires
Since

Parameters

Name Description Type Required Default value
xpath string no  

Signature

Inputs bloblist, documents
Outputs blob, blob

Implementation Information

Implementation Class Class: org.nuxeo.ecm.platform.video.tools.operations.ConcatVideos
Contributing Component org.nuxeo.ecm.video.tools.operations

JSON Definition

{
  "id" : "Video.Concat",
  "label" : "Joins two or more videos sequentially.",
  "category" : "Files",
  "requires" : null,
  "description" : "Merge 2-n videos in one.",
  "url" : "Video.Concat",
  "signature" : [ "bloblist", "blob", "documents", "blob" ],
  "params" : [ {
    "name" : "xpath",
    "description" : null,
    "type" : "string",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  } ]
}